projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7add473
)
; * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): less consing
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 13 Apr 2024 15:43:34 +0000
(17:43 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 14 Apr 2024 09:51:17 +0000
(11:51 +0200)
lisp/emacs-lisp/macroexp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/macroexp.el
b/lisp/emacs-lisp/macroexp.el
index b87b749dd761fe142cd1b855059eadb84ef9da3f..bb4797cac8b18b584ebb52e373255b2070f5bfc8 100644
(file)
--- a/
lisp/emacs-lisp/macroexp.el
+++ b/
lisp/emacs-lisp/macroexp.el
@@
-351,7
+351,7
@@
Assumes the caller has bound `macroexpand-all-environment'."
(let ((default-tail nil)
(n 0)
(rest clauses))
- (while
rest
+ (while
(cdr rest)
(let ((c (car-safe (car rest))))
(when (cond ((consp c) (and (memq (car c) '(quote function))
(cadr c)))